body {
  min-width: 1120px;
  font-family: "Microsoft YaHei", "微软雅黑";
}
input {
  outline: none;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
.wrap {
  width: 1120px;
  margin: 0 auto;
}
.wrap::after,
.wrap::before {
  display: table;
  content: "";
}
.wrap::after {
  clear: both;
}
.top {
  height: 50px;
  padding: 15px 0;
  background: #0152A5;
}
.top .language {
  float: right;
}
.top .language .dropdown-toggle {
  color: #fff;
  padding: 0;
  box-shadow: none;
}
.top .language .icon-language {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: -2px;
  background: url("../img/icon_ZZlags.png");
}
.top .language .dropdown-menu {
  min-width: 100px;
  background: #173477;
  border-radius: 0;
}
.top .language .dropdown-menu a {
  color: #fff;
}
.top .language .dropdown-menu a:hover {
  background: #4a90e2;
}
.top .search {
  float: right;
  padding-right: 20px;
  margin-right: 10px;
  border-right: solid 1px #fff;
}
.top .search .icon-search {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("../img/icon-search.png");
}
.top .search input {
  width: 100px;
  color: #649ED9;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  border: none;
}
.top .search input::placeholder {
  color: #649ED9;
}
.header {
  border-bottom: solid 1px #EBECF3;
}
.header h1.logo {
  float: left;
  width: 306px;
  height: 40px;
  margin: 40px 0 0;
  background: url("../img/logo_main.png");
}
.header .nav {
  float: right;
}
.header .nav > li {
  float: left;
  width: 120px;
  text-align: center;
}
.header .nav > li.dropdown:hover > a {
  color: #137EEC;
  background: #f6f6f6;
}
.header .nav > li:hover .dropdown-menu {
  display: block;
}
.header .nav > li.active > a {
  color: #137EEC;
}
.header .nav > li > a {
  font-weight: bold;
  height: 120px;
  font-size: 16px;
  color: #0152A5;
  padding-top: 50px;
  background: transparent;
}
.header .nav > li > a:hover {
  color: #137EEC;
  background: #f6f6f6;
}
.header .dropdown-menu {
  min-width: 100%;
  border: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  background: #f6f6f6;
  padding: 0;
}
.header .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: normal;
  color: #333537;
  padding: 10px 20px;
}
.header .dropdown-menu > li > a:hover {
  color: #137EEC;
  background: #eeeeee;
}
.contact-us {
  padding: 60px 0;
  background: #F6F7FA;
}
.contact-us .pull-left {
  position: relative;
  height: 200px;
}
.contact-us .pull-left::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 20px;
  height: 4px;
  background: #0152A5;
}
.contact-us .pull-left h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0152A5;
  margin: 0 0 20px;
}
.contact-us .pull-left p {
  font-size: 16px;
  font-weight: bold;
  color: #333638;
}
.contact-us .pull-left ul {
  color: #757779;
  margin-bottom: 15px;
}
.contact-us .pull-left a {
  color: #858688;
}
.contact-us .pull-left a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-style: none solid solid none;
  border-width: 2px;
  border-color: #858688;
  transform: rotate(-45deg);
}
.contact-us .pull-right a {
  float: left;
  width: 360px;
  height: 200px;
  color: #fff;
  padding: 40px;
  margin-left: 20px;
  background: #0152a5;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.contact-us .pull-right a:hover {
  background: #137eec;
}
.contact-us .pull-right i {
  display: block;
  height: 90px;
}
.contact-us .pull-right .icon-email {
  background: url("../img/btn-email_90.png") no-repeat right center;
}
.contact-us .pull-right .icon-phone {
  background: url("../img/btn-phone_90.png") no-repeat right center;
}
.contact-us .pull-right h3 {
  margin: 0 0 5px;
}
.footer {
  padding: 20px 0;
}
.footer .logo {
  float: left;
  width: 203px;
  height: 27px;
  margin-right: 30px;
  background-image: url("../img/logo_main.png");
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.footer ul {
  float: left;
  padding-top: 3px;
}
.footer li {
  display: inline-block;
  margin-right: 20px;
}
.footer a {
  color: #858688;
}
.footer .sns {
  float: right;
}
.footer .sns span {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.footer .sns span:hover .qrcode {
  display: block;
}
.footer .sns i {
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.footer .sns i:hover {
  opacity: 1;
}
.footer .sns .icon-fb-gray {
  background: url("../img/sns_fb_gr.png") no-repeat center;
}
.footer .sns .icon-wx-gray {
  background: url("../img/sns_wx_gr.png") no-repeat center;
}
.footer .sns .icon-ins-gray {
  background: url("../img/sns_ins_gr.png") no-repeat center;
}
.footer .sns .icon-al-gray {
  background: url("../img/sns_al_gr.png") no-repeat center;
}
.footer .sns .qrcode {
  position: absolute;
  display: none;
  bottom: 100%;
  left: 50%;
  width: 140px;
  height: 150px;
  margin-left: -70px;
  padding: 10px;
  background: url("../img/qrcode-bg.png");
}
.footer .sns .qrcode img {
  display: block;
  margin: 4px auto;
}
.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
  background: #0152A5;
}
.copyright p {
  margin: 0;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 60px;
  background: transparent;
}
.breadcrumb .active {
  color: #173477;
}
.breadcrumb a {
  color: #757779;
}
.breadcrumb a:hover {
  color: #173477;
}
.page-title {
  height: 240px;
  background: url(../img/news-list-title.jpg);
}
.page-title h2 {
  font-size: 46px;
  font-weight: bold;
  margin-top: 140px;
}
.page-nav {
  margin: 50px auto;
  font-weight: bold;
}
.page-nav li {
  position: relative;
  float: left;
  padding-bottom: 10px;
  margin-right: 40px;
}
.page-nav li.active::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 22px;
  height: 3px;
  background: #0152A5;
}
.page-nav li.active a {
  color: #333537;
}
.page-nav a {
  font-size: 16px;
  color: #858788;
}
.page-nav a:hover {
  color: #333537;
}
span.list-num {
  display: inline-block;
  border: solid 4px #eaecf2;
  height: 80px;
  width: 80px;
  position: relative;
}
span.list-num em {
  position: absolute;
  width: 20px;
  font-size: 20px;
  color: #0152A5;
  font-style: normal;
  font-weight: bold;
  left: 10px;
  line-height: 2;
  font-family: Arial;
  bottom: -4px;
  border-bottom: solid 4px #0152a5;
}
.contact-page {
  margin: 80px 0 110px;
}
.contact-page p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.contact-page p + h2 {
  margin-top: 40px;
}
.contact-page h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  /*color: #0152a5;*/
}
.contact-page .row {
  padding-top: 20px;
  margin: 40px auto;
  border-top: solid 1px #dfdfdf;
}
.contact-page .row .col {
  float: left;
  width: 325px;
}
.contact-page .row .col + .col {
  margin-left: 72px;
}
.contact-page .row p {
  text-indent: -3em;
  padding-left: 3em;
}
#fancybox-wrap {
  box-sizing: content-box;
}
#fancybox-wrap * {
  box-sizing: content-box;
}
.introduce {
  margin-bottom: 100px;
}
.introduce img {
  float: right;
  margin-left: 50px;
}
.introduce p {
  line-height: 22px;
}
.culture {
  margin-bottom: 100px;
}
.culture img {
  float: right;
}
.culture li {
  min-height: 80px;
  margin-bottom: 60px;
}
.culture .list-num {
  float: left;
}
.culture h3,
.culture p {
  margin-left: 100px;
}
.culture h3 {
  font-size: 14px;
  font-weight: bold;
  color: #0152A5;
  padding-top: 32px;
}
.list-items li {
  height: 200px;
  position: relative;
  padding-top: 10px;
  padding-left: 318px;
  margin-bottom: 50px;
}
.list-items li img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-items h3 {
  margin: 0 0 25px;
}
.list-items p {
  font-size: 16px;
  color: #858788;
}
.list-items .summary {
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.list-items span {
  float: right;
}
.list-items a {
  color: inherit;
}
.list-items a:hover {
  color: #333537;
}
.list-items .icon-news-detail {
  display: inline-block;
  width: 8px;
  height: 13px;
  vertical-align: middle;
  background: url(../img/icon-news-detail.png);
}
.list-page {
  text-align: center;
  margin-bottom: 100px;
}
.list-page li {
  display: inline-block;
}
.list-page li.active a {
  color: #0152A5;
}
.list-page a {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #858788;
  line-height: 32px;
  background: #F6F7FA;
  vertical-align: middle;
  margin: 0 3px;
  border-radius: 2px;
}
.list-page .btn-page-prev,
.list-page .btn-page-next {
  background-position: center;
  background-repeat: no-repeat;
}
.list-page .btn-page-prev.disabled,
.list-page .btn-page-next.disabled {
  opacity: .6;
}
.list-page .btn-page-prev {
  background-image: url(../img/icon-page-prev.png);
}
.list-page .btn-page-next {
  background-image: url(../img/icon-page-next.png);
}
.honor-list-items {
  font-size: 16px;
}
.honor-list-items ul {
  margin-right: -70px;
}
.honor-list-items li {
  float: left;
  text-align: center;
  margin-right: 70px;
  margin-bottom: 50px;
}
.honor-list-items img {
  margin-bottom: 15px;
  border: solid 1px #ccc;
}
.qhse-page {
  margin-top: 40px;
}
.qhse-page .text {
  float: left;
  padding: 64px;
}
.qhse-page .text.pull-left {
  width: 560px;
}
.qhse-page h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.qhse-page p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.qhse-page .last {
  margin-bottom: 30px;
}
.qhse-page .last .text {
  padding: 120px;
}
.detail-carousel img {
  margin: 0 auto;
}
.detail-carousel .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.detail-carousel .carousel-control {
  width: 5%;
}
.detail-carousel .carousel-control.left {
  background: url("../img/icon_left.png") left center no-repeat;
}
.detail-carousel .carousel-control.right {
  background: url("../img/icon_right.png") right center no-repeat;
}
.detail-carousel .carousel-indicators li {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 2px;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.17);
}
.detail-carousel .carousel-indicators li.active {
  background: #EA4D4D;
}
.pd-description {
  position: relative;
  padding: 60px 80px;
  margin: 40px 0 90px;
  background: #f8f9fb;
}
.pd-description a {
  color: #0e7efe;
  text-decoration: underline;
}
.pd-description h2 {
  font-size: 24px;
  padding: 40px 0;
  margin: 0;
  border-top: solid 1px #dfdfdf;
}
.pd-description h2 a {
  position: relative;
  display: block;
  color: #0C141D;
  text-decoration: none;
}
.pd-description h2 a::after {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 29px;
  height: 18px;
  content: "";
  background: url("../img/icon_down.png");
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.pd-description h2 a.collapsed::after {
  transform: rotate(-180deg);
}
.pd-description h2.name {
  padding-top: 0;
  border: none;
  color: #173477;
}
.pd-description h2.name a {
  color: inherit;
}
.pd-description ul {
  list-style: none;
  padding: 0;
}
.pd-description li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.pd-description li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #333537;
  border-radius: 5px;
}
.pd-description .well {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 30px;
}
.pd-description .product-parament {
  float: left;
}
.pd-description .product-parament .group {
  margin-bottom: 25px;
}
.pd-description .product-parament span {
  float: left;
  width: 130px;
}
.pd-description .product-parament em {
  display: block;
  margin-left: 140px;
  font-style: normal;
}
.pd-description .img {
  float: left;
  margin-left: 80px;
}
.pd-description img {
  max-width: 100%;
}
.pd-description .note {
  color: #757779;
  margin-top: 20px;
}
.pd-description .btn-download {
  display: block;
  width: 333px;
  height: 100px;
  line-height: 100px;
  background: url("../img/btn_download_blue.png");
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  padding: 0 70px 0 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruit .title {
  height: 480px;
  background: #080202 url(../img/banner_zp.jpg) no-repeat center;
  margin-bottom: 80px;
}
.recruit .text {
  padding: 60px 40px;
}
.recruit .text.pull-left {
  width: 560px;
}
.recruit .text h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.recruit .text p {
  font-size: 18px;
  line-height: 30px;
}
.recruit .recruit-4 .text,
.recruit .recruit-5 .text {
  width: 340px;
}
.recruit .recruit-4 {
  margin: 80px 0;
}
.recruit .recruit-4 .text {
  padding-top: 0;
}
.recruit .recruit-4 .pull-right {
  width: 762px;
}
.recruit .recruit-4 img {
  float: right;
  margin: 0 0 20px 20px;
}
.recruit .recruit-5 .pull-left {
  padding-top: 0;
}
.recruit .recruit-5 .pull-right {
  width: 762px;
}
.recruit .recruit-5 .panel-body p {
  margin-bottom: 3px;
}
.recruit .panel {
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: 0 0 1px #eaecf2;
}
.recruit .panel-heading {
  padding: 0;
  background: #F6F7FA;
}
.recruit .panel-title {
  padding: 0;
}
.recruit .panel-title a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 18px 15px;
  text-decoration: none;
}
.recruit .panel-title a::after {
  position: absolute;
  font-size: 18px;
  top: 18px;
  right: 18px;
  width: 1em;
  text-align: center;
  content: "-";
}
.recruit .panel-title a.collapsed::after {
  content: "+";
}
